Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Returns a list of location.

Returns a list of the locations for a quote or application.

path Parameters
systemId
required
string <systemId>

System identifier of the quote or application.

query Parameters
continuationId
string

Indicates the starting offset for the API results when you want to return a specific portion of the full results. You can use this parameter with the limit parameter. For example, the limit on your first API call was 100 and the results populated a list on the page. To request the next page of 100 results, call the API again with continuationId=101 and limit=100.

includeDeleted
boolean

Includes deleted locations. If true, results will include "Deleted" locations. If false (or not provided), results will not include "Deleted" locations.

limit
string

Indicates how many results to return.

Responses

Response samples

Content type
application/json
{
  • "continuationId": "string",
  • "locations": [
    ]
}